home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / gemfsc20 / gemfsc20.lzh / GEMFBIND / VRECFL.S < prev    next >
Text File  |  1993-03-26  |  579b  |  24 lines

  1. ;*========================================================================
  2. ;* VDIFAST Public Domain VDI bindings.
  3. ;*========================================================================
  4.  
  5.  
  6. ;*------------------------------------------------------------------------
  7. ;* Filled rectangle.
  8. ;*------------------------------------------------------------------------
  9.  
  10.           globl     _vr_recfl
  11. _vr_recfl:
  12. ;    .cargs    #4,handle.w,pxy.l
  13.  
  14. handle      =         4
  15. pxy       =         6
  16.  
  17.           moveq.l    #114,d0
  18.           moveq.l    #0,d1
  19.           move.w    #2,a1
  20.           move.l    pxy(sp),a0
  21.           jmp        vout_pxy
  22.  
  23.           end
  24.